
@font-face {
    font-family: 'Open Sans';
    src: url('../font/opensans-b9k8.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root{
    --color:#7bcd40;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans',Tahoma, Geneva, Verdana, sans-serif !important;
}
a{
    text-decoration: none;
    color: #000;
}
nav{
    z-index: 30;
    box-shadow: 1px -1px 20px 20px #0000001f;
}
.swiper-pagination-bullet,.swiper-pagination-bullet-active{
    padding: 5px 12px;
    border-radius: 5px!important;
}

.top-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top-logo{
    margin-top: 8px;
}
.top-nav-sub{
    /*padding-top: 18px;*/
}
.top-nav-sub-ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.top-nav-sub ul li{
    font-size: 12px;
    color: #666;
    padding: 0 5px;
}

.uls a:hover{
    color: var(--color)
}
.footer{
    background: #fcfcfc;
}
.show-top:hover .show-top-div{
    display: block;
}
.swiper-slide{
    overflow: hidden;
}
.swiper-actives .cover-img-active1{
    animation: myAnimation1 50s  linear;
}
.swiper-actives .cover-img-active2{
    animation: myAnimation2 50s  linear;
}
.swiper-actives .cover-img-active3{
    animation: myAnimation3 50s  linear;
}
.swiper-actives .cover-img-active4{
    animation: myAnimation4 50s  linear;
}

.cover-img{
    display: block;
}
.cover-img img{
    transform-style: preserve-3d;  
}


.swiper-slide .sweiper-h2 a{
    margin-bottom: 25px;
    width: 100%;
    color: var(--color)!important;
    
}
.swiper-slide .swiper-decs{
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
    transform: translateX(-200px);
    transition: all .8s;
}
.swiper-slide .swiper-btn{
    padding: 10px 20px;
    border: 1px #000 solid;
    border-radius: 4px;
}
.swiper-slide .sweiper-h2{
    transform: translateX(-150px);
    transition: all .6s;
}
.swiper-slide .swiper-p{
    transform: translateX(-250px);
    transition: all 1s;
}
.swiper-slide .swiper-btn:hover{
    color:#FFF;
    background: var(--color);
    border: 1px var(--color) solid;
}

.main-index{
    min-height: 400px;
    border-bottom: 5px solid var(--color);
}

.swiper-actives .sweiper-h2{
    transform: translateX(0);
}
.swiper-actives .swiper-decs{
    transform: translateX(0);
}
.swiper-actives .swiper-p{
    transform: translateX(0);
}
.left-subs{
    background: #e7ebf0;
    width: 30%;
    height: 100%;
}
.left-subs-li-active{
    background: var(--color);
    color: #FFF;
}

.sub-titles{
    color: var(--color);
}
.nav-li:hover .main-index{
    display: block;
}
.left-subs-right{
    display: none;
    width: 70%;
}

.more:hover{
    color: #FFF;
    background: var(--color);
    border: 1px solid var(--color);
}

.left-subs-li-active .left-subs-right{
    display: block;
}

.cate-row{
    box-shadow: 1px -1px 20px 20px #00000030;
}

.one-question:hover .que-title,.one-question:hover .new-more a{
    color: var(--color);
}
.one-cate{
    border: 1px solid #FFF;
}
.one-cate:hover{
    border: 1px solid #dedede;
}

.one-cate:hover .row-title{
    color: var(--color)
}
.one-cate .imgs>img{
    transition: all .5s;
}
.one-cate:hover .imgs>img{
    transform: scale(1.1);
}

.row-content{
    width: 1200px;
    margin: 0 auto;
}
.index-product{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.product-index1 {
    display: flex;
}
.product-items {
    flex:0 0 300px;
    align-items: stretch;
    margin: 0 10px;
}

.pc-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 60px;
}
.banner-content{
    width: 1200px;
    margin: 0 auto;
    height: 450px;
    z-index: 20;
}

.footer-content{
    width: 1200px;
    margin: 0 auto;
}
.app-content{
    width: 1200px;
    margin: 0 auto;
}
.hot-news-list{
    width: 1200px;
    margin: 0 auto;
}
.img-banner{
    width: 1200px;
    margin: 0 auto;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: 75% center;
}
.page-content{
    width: 1200px;
    margin: 0 auto;
    min-height: 50vh;
}
.product-centent ul,.product-centent ol{
    padding-left: 20px;
    list-style: unset;
}
.page-banner{
    background: #eaf1f7;
}
.change-bg{
    border-color: var(--color);
}
.change-li-active{
    background: var(--color)!important;
}

.prodcuts-active{
    display: block!important;
}
.change-li:hover{
    background: var(--color);
}
.p-titles{
    color: var(--color);
}
.pro-title{
    border-bottom: 3px solid var(--color);
}

.href-hash a,.href-hash span{
    padding:0 2px ;
}
.href-hash a{
    color: var(--color);
}
.banner-inner{
    background: var(--color);
    border-radius: 5px;
}
.download-a:hover,.know-title:hover{
    color: var(--color);
}
.mob-menu{
    left: 100%;
    transition: all .5s;
}

.mob-menu-open{
    left: 0;
}

.mob-iconfont{
    transition: all .3s;
}
.mob-iconfont-active{
    transform: rotate(90deg);
}
.mb-sub-li{
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
}

.mb-sub-li-active{
    max-height: 400px;
}

.flow-tabr-icon{
    color: #FFF;
    font-size: 35px!important;
    left: 2px;
}
.one-tabr{
    background:#FFF;
    z-index: 30!important;
}
.one-tabr:hover{
    background: var(--color);
    color: #FFF;
}

.one-tabr:hover .hot-phone{
    display: block;
}

.phone-info{
    width: 200px;
    min-height: 150px;
    border-radius: 5px;

}
.index-one-product{
    background: #e3e8ec;
}
.onectes-active,.onectes:hover{
    background: var(--color);
    color: #FFF;
    border-radius: 5px;
}
.apps{
    background-size: cover;
    background-position: 25% center;
    background-attachment: fixed;
    
}
.bost-title{
    border-bottom: 2px solid var(--color);
}
.bost-time{
    color: var(--color);
}
.new-title:hover{
    color: var(--color);
}

.banner-title{
    width: 46%;
    height: 100%;
    padding:  0 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-img{
    width: 46%;
    height: 100%;
    padding:  0 2%;
    z-index: 10;
}
.cover-img{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.show-top-div{
    min-height: 230px;
    min-width: 180px;
    left: -55px;
}
.show-top-div::after{
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    border-style: solid;
    border-width: 0 7px 13px;
    border-color: #FFF transparent;
    width: 0;
    transform: translate(-50%,0);
}
.show-top-div::before{
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    border-style: solid;
    border-width: 0 7px 13px;
    border-color: rgb(110, 109, 109) transparent;
    width: 0;
    transform: translate(-50%,0);
}
.uls{
    /* min-height: 180px; */
    background: #FFF;
}

.pagination{
    display: flex;
    flex-wrap: wrap;
}

.pagenaite nav{
    background: none;
    box-shadow:none;
}

.page-item{
    font-size: 18px!important;
    padding: 5px 15px;
    margin: 3px;
    display: block;
    border: 1px solid;
}
.page-item.active{
    color:#FFF;
    background: var(--color);
    border: 1px solid var(--color);
    cursor: not-allowed;
}

.title-desc{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px; 
}

.page-nav-li-a:hover{
    color: var(--color);
}
.page-item.disabled{
    cursor: not-allowed;
}
.next-icons{
    display: block;
    transform: rotate(180deg);
    padding-bottom: 3px;
}
.page-item:hover{
    color:#FFF;
    background: var(--color);
}

.page-item:first-child{
    font-size: 20px!important;
}





.out-links span, .out-links a{
    padding-right: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}
.out-links a:hover{
    color: #333;
}

.mobs-nav{
    box-shadow: 1px -1px 20px 20px #0000001f;
    transform: translateY(-80px);
    transition: all .5s;
}
.mobs-nav-active{
    transform: translateY(0);
}

.newon:hover .new-titls{
    color: var(--color);
}
.new-titles{
    color: var(--color);
}
.like-news{
    cursor: grab;
}
.like-news:hover .like-title{
    color: var(--color);
}

.one-news-tags:hover{
    background: var(--color);
    color: #FFF;
}
.one-news-tags:hover::before{
    border-right: 12px solid var(--color);
}
.one-news-tags::before{
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 12px solid rgba(229, 231, 235, var(--tw-bg-opacity));
    border-bottom: 11px solid transparent;
    content: "";
}

.one-news-tags::after{
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    background: #FFF;
    border-radius: 50%;
}
.quere-btn:hover{
    background: var(--color);
    border: 1px solid var(--color);
}

.show-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 60%;
    background: #FFF;
    
}
.newss-contest a{
    color:var(--color);
}

.slide{
    position: fixed;
    right: 10px;
    top: 50%;
    width: 40px;
    min-height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    z-index: 40;
   
}
.one-slide-item{
    width: 40px;
    height: 40px;
    border-radius: 0 20px 20px 0 ;
    position: relative;
}
.one-slide-item:last-child{
    border-radius:  0 0 20px 20px ;
}
.one-slide-item:hover{
    background: var(--color);
}
.one-slide-item:hover .slide-info{
    width: 200px;
}
.slide-info{
    position: absolute;
    overflow: hidden;
    right: 100%;
    top: 0;
    width: 0;
    height: 40px;
    background: var(--color);
    border-radius:  20px 0 0 20px;
    transition: all .3s;
}

.success{
    background: var(--my-color);
    color: #FFF;
    min-width: 40%;
    min-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width: 1200px){
    .pc-nav{
        width: 90%!important;
    }
    .row-content{
        width: 90%!important
  
    }
    .index-product{
        width: 90%!important
        
    }
    
    .product-items {
        flex:0 0 300px;
        align-items: stretch;
        margin: 0 10px;
    }
    
    .banner-content{
        height: 400px;

    }
    .footer-content{
        width: 90%!important
    }
    .app-content{
        width: 90%!important
    }
    .hot-news-list{
        width: 90%!important
    }
    .img-banner{
        width: 100%;
        margin: 0 auto;
        min-height: 300px;
    }
    .page-content{
        width: 96%;
        margin: 0 auto;
        min-height: 50vh;
    }

}

@media (max-width: 960px){
    .banner-content{
        width: 90%;
        margin: 0 auto;
    }
    .banner-info {
        width: 100%;
    }
   
}

@media (max-width: 770px){

    .row-content{
        width: 90%;
        margin: 0 5%;
    }
    .index-product{
        width: 90%;
        margin: 0 5%;
    }
    .product-items {
        flex:0 0 260px;
        align-items: stretch;
        margin: 0 10px;
    }
    
    .pc-nav{
        width: 90%;
        margin: 0 5%;
        display: flex;
        flex-wrap: wrap;
    }
    .banner-content{
        width: 90%;
        margin: 0 5%;
        height: 400px;
        z-index: 20;
    }
    
    .footer-content{
        width: 90%;
        margin: 0 5%;
    }
    .app-content{
        width: 90%;
        margin: 0 5%;
    }
    .hot-news-list{
        width: 90%;
        margin: 0 5%;
    }

    .banner-infos {
      
        background-repeat: no-repeat;
        align-content: center;
    }
    .show-img{
        width: 90%!important;
        height: auto!important;
        background: #FFF;
        
    }
    .banner-inner{
        background: #7bcd40db;
    }
    .href-hash{
        flex-wrap: wrap;
    }
}


























@keyframes myAnimation1 {
    0%   { right: 0px; top: 0px; }
    100% { right: 300px; top: 0; }
}
@keyframes myAnimation2 {
    0%   { right: 0px; top: 0px; }
    100% { right: -300px; top: 0; }
}
@keyframes myAnimation3 {
    0%   { right: 0px; top: 0px; }
    100% { right: 300px; top: -100px; }
}
@keyframes myAnimation4 {
    0%   { right: 0px; top: 0px; }
    100% { right: -300px; top: 100px; }
}